@import url('diy-font.css');
@import url('jquery.fancybox.min.css');
	html,body {
	height:100%;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased
}
body {
	font-family:'Microsoft YaHei',sans-serif;
	font-weight:400;
	color:#777;
	font-size:15px;
	line-height:1.5;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased
}
.page {
	overflow:hidden;
	z-index:10;
}
.container {
	max-width: 1440px;
}
@-webkit-viewport {
	width:device-width
}
@-moz-viewport {
	width:device-width
}
@-ms-viewport {
	width:device-width
}
@-o-viewport {
	width:device-width
}
@viewport {
	width:device-width
}
h1,h2,h3,h4,h5,h6 {
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	color:#09162a;
	line-height:1.2;
	margin-bottom:18px;
	font-weight:600
}
h1 {
	font-size:38px
}
h2 {
	font-size:30px
}
h3 {
	font-size:24px
}
h4 {
	font-size:20px
}
h5 {
	font-size:16px
}
h6 {
	font-size:12px
}
b, strong {
    font-weight: bolder;
    color: #f65014;
}
a {
	color:#09162a;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
	font-weight:400
}
a:hover,a:focus {
	color:#333;
	text-decoration:none
}
a:active {
	color:#222;
	text-decoration:none
}
p {
	margin-bottom:15px
}
img {
	/*max-width: 100%;*/
}
blockquote {
	display:block;
	position:relative;
	margin-top:25px;
	margin-bottom:25px;
	padding:10px 20px;
	color:#09162a;
	font-weight:600;
	font-size:24px;
	background:#fffaf8;
	border-left:5px solid #f65014;
}
blockquote.bg-1 {
	background:#f9f0f0;
}
blockquote span {
	float: right;
	font-size: 16px;
	font-weight: 300;
	line-height: 35px;
}
ul {
	margin:0;
	padding:0
}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input,select {
	font-family:inherit;
	-webkit-transition:border linear .2s,box-shadow linear .2s;
	-moz-transition:border linear .2s,box-shadow linear .2s;
	-o-transition:border linear .2s,box-shadow linear .2s;
	transition:border linear .2s,box-shadow linear .2s;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	vertical-align:middle;
	width:100%;
	color:#696884;
	padding:12px 15px 11px;
	border-radius:0;
	font-weight:400;
	background-color:#fff;
	text-transform:inherit;
	border:1px solid #e8e8e8;
	font-size:14px;
	outline:0;
	line-height:inherit;
	letter-spacing:0
}
ul.list-none {
	padding:0;
	list-style:none
}
.form-group {
	margin-bottom:25px
}
.preloader {
	background-color:#f6f6f6;
	bottom:0;
	top:0;
	left:0;
	right:0;
	position:fixed;
	z-index:9999999
}
.spinner {
	top:30%;
	margin:80px auto;
	width:60px;
	height:60px;
	position:relative;
	text-align:center;
	-webkit-animation:sk-rotate 2.0s infinite linear;
	animation:sk-rotate 2.0s infinite linear
}
.dot1,.dot2 {
	width:60%;
	height:60%;
	display:inline-block;
	position:absolute;
	top:0;
	background-color:#021026;
	border-radius:100%;
	-webkit-animation:sk-bounce 2.0s infinite ease-in-out;
	animation:sk-bounce 2.0s infinite ease-in-out
}
.dot2 {
	top:auto;
	bottom:0;
	-webkit-animation-delay:-1.0s;
	animation-delay:-1.0s;
	background-color:#e63619
}
@-webkit-keyframes sk-rotate {
	100% {
	-webkit-transform:rotate(360deg)
}
}@keyframes sk-rotate {
	100% {
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg)
}
}@-webkit-keyframes sk-bounce {
	0%,100% {
	-webkit-transform:scale(0.0)
}
50% {
	-webkit-transform:scale(1.0)
}
}@keyframes sk-bounce {
	0%,100% {
	transform:scale(0.0);
	-webkit-transform:scale(0.0)
}
50% {
	transform:scale(1.0);
	-webkit-transform:scale(1.0)
}
}.tgt-section {
	position: relative;
	padding:90px 0;
	background-color: #fff;
	z-index: 2;
}
.tgt-section-style2 {
	padding:90px 0;
}
.tgt-section-style3 {
	padding:50px 0 70px 0
}
.tgt-top-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.tgt-top-menu:before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43,43,43,0.8);
    z-index: -1;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.top-bar {
	background-color:#222;
	color:#fff;
	padding:10px 0
}
.top-bar li {
	display:inline-block;
	padding: 5px 0px;
	font-size:14px;
}
.top-bar li a,.top-bar li {
	position: relative;
	color:#fff;
}
.top-bar li i {
	color:#f65014;
	padding-right:10px
}
.top-left ul {
	list-style:none
}
.top-left ul li {
	padding-right:30px;
	position:relative
}
.top-left ul li:not(:last-child):after {
	content:"";
	height:22px;
	width:1px;
	background-color:rgba(255,255,255,.4);
	display:block;
	position:absolute;
	right:15px;
	top:3px
}
.top-left li:not(:last-child) {
	padding-right:30px
}
.top-right li i {
	color:#f65014;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.top-right li i.right {
	font-size: 10px;
}
.top-right li span i.right:hover {
	color:#fff;
}
.top-right li > ul {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 100%;
	background-color: #f65014;
	text-align: center;
	opacity: 0;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.top-right li:hover > ul {
	top: 30px;
	opacity: 1.0;
	z-index: 99999;
}
.top-right li > ul > li {
	display: block;
	margin: 0px;
	padding: 0px 5px;
}
.top-right li > ul > li a {
	display: block;
	padding-top: 5px;
}
.top-right li > ul > li:last-child a {
	padding-bottom: 5px;
}
.top-right li > ul > li:not(:last-child) a {
	border-bottom: 1px solid #74b55b;
}
.top-right .tooltip-bottom:before {
	border-bottom-color:#e63619
}
.top-right .tooltip-bottom:after {
	background-color:#e63619
}
.top-bar2 {
	background:#f6f6f6;
	padding:0;
	line-height:50px
}
.top-bar2 li i {
	color:#FFF
}
.top-bar2 .top-left:after {
	position:absolute;
	content:"";
	right:0;
	top:0;
	width:3500px;
	height:100%;
	background:#e63619
}
.top-bar2 .top-left {
	position:relative;
	float:left
}
.top-bar2 .top-left ul {
	line-height:50px;
	list-style:none
}
.top-bar2 .top-left li {
	position:relative;
	z-index:1
}
.top-bar2 .top-left li a i,.top-bar2 .top-bar-email {
	color:#fff
}
.top-bar2 li a,.top-bar2 li {
	color:#888
}
.top-bar2 .top-right li a:hover i,.top-bar2 .top-right li a:focus i {
	color:#e63619
}
.top-bar2 .top-right li i {
	color:#888
}
.top-bar2 .top-right-seperator {
	position:relative;
	padding-right:26px
}
.top-bar2 .top-right-seperator:after {
	content:"";
	height:22px;
	width:1px;
	background-color:#dcdbdb;
	display:block;
	position:absolute;
	right:10px;
	top:13px
}
.tgt-top {
	font-weight:900;
	color:#fff;
	display:none;
	position:fixed;
	right:34px;
	bottom:34px;
	z-index:999;
	height:0;
	width:0;
	font-size:0;
	text-align:center;
	padding-top:3px;
	line-height:38px;
	border-radius:0;
	background:#f65014;
	-webkit-transition:opacity .3s 0s,visibility 0s .3s;
	-moz-transition:opacity .3s 0s,visibility 0s .3s;
	transition:opacity .3s 0s,visibility 0s .3s
}
.tgt-top.tgt-top-is-visible {
	height:44px;
	width:44px;
	font-size:22px;
	display:inline
}
.tgt-top.tgt-top-is-visible:hover {
	color:#FFF
}
.tgt-site-branding {
	height:90px;
	line-height:90px
}
.tgt-header-right-cart-search {
	position:relative;
	/*padding-right:40px;*/
	text-align:right;
}
.tgt-header-listicon {
	position:relative;
	transition:unset;
	line-height:90px
}
.tgt-header-listicon i {
	color:#f65014;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.tgt-header-listicon .tgt-header-right-link {
	position:relative;
	text-align:center;
	font-size:15px;
	z-index:9;
	margin:0 10px;
	transition:unset;
	color:#fff;
}
.tgt-header-listicon button.tgt-header-right-link {
	background:transparent;
	border:0
}
.tgt-header-listicon button:hover,
.tgt-header-listicon button:focus {
	background:transparent;
	border:0;
	box-shadow:none;
	outline:0
}
.tgt-header-search {
	padding-left: 10px;
	border-left: 1px solid #bfc3c8;
}
.tgt-header-search:before {
	/*display:block;
	content:"";
	position:absolute;
	height:22px;
	width:1px;
	left:0;
	top:5%;
	background-color:rgba(9,22,42,.26);*/
}
.tgt-header-right-cart-search .tgt-number-cart {
	position:absolute;
	width:15px;
	height:15px;
	top:-8px;
	left:8px;
	line-height:16px;
	font-size:8.5px;
	letter-spacing:.5px;
	text-align:center;
	color:#fff;
	background:#e63619;
	vertical-align:middle;
	border-radius:50%
}
.tgt-header-listicon.tgt-header-btn {
	margin-left:10px
}
.tgt-header-listicon a.btn-primary {
	/*padding:10px 30px;
	color:#FFF;
	text-transform:uppercase;
	font-size:15px*/
}
.tgt-header-right,.tgt-header2 .tgt-site-branding {
	line-height:100px;
	height:100px
}
.tgt-header-iconlist {
	list-style:none;
	padding:0;
	margin:0
}
.tgt-header-iconlist li {
	display:table-cell;
	position:relative;
	vertical-align:middle;
	height:100%;
	margin:0;
	padding-right:25px
}
.tgt-header-iconlist li:last-child {
	padding-right:0
}
.tgt-header-iconlist .tgt-header-iconlist-icon,.tgt-header-iconlist-content {
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	line-height:1.3
}
.tgt-header-iconlist-subtitle {
	font-weight:600;
	font-size:16px;
	color:#002c5b;
	margin-bottom:5px
}
.tgt-header-iconlist-icon {
	padding-right:20px
}
.tgt-header-iconlist-icon i {
	color:#e63619;
	font-size:30px
}
.tgt-header-iconlist-details {
	color:#7d8791;
	font-size:14px
}
.tgt-header2 .header-right-seperator {
	position:relative;
	padding-right:50px
}
.tgt-header2 .header-right-seperator:after {
	content:"";
	height:36px;
	width:1px;
	background-color:#efecec;
	display:block;
	position:absolute;
	right:24px;
	top:30px
}
@media only screen and (min-width:1200px) {
	.tgt-site-menubar {
	position:relative;
	height:auto
}
.tgt-site-menubar .tgt-header-menu-options {
	float:none;
	position:absolute;
	width:100%;
	bottom:-36px;
	z-index:10;
	background:#021026
}
.tgt-header2 .tgt-site-branding {
	margin-bottom:36px
}
.tgt-header2 #tgt-site-navigation .menu ul>li>a {
	color:#FFF;
	line-height:50px
}
.tgt-header2 .sticky-top-header.tgt-header-sticky {
	bottom:inherit
}
}.tgt-site-menubar .container {
	padding:0
}
.tgt-site-menubar .tgt-header-listicon {
	line-height:65px
}
.tgt-site-menubar .tgt-header-listicon .tgt-header-right-link {
	color:#FFF
}
.tgt-site-menubar .tgt-header-search:after {
	background-color:rgba(250,250,250,.26)
}
.tgt-site-menubar .tgt-site-navigation-content {
	position:relative
}
.tgt-site-menubar .tgt-header-right-cart-search {
	position:absolute;
	right:15px
}
#home-slider {
	/*position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120vh;
	z-index: -1;*/
}
.tgt-home-main-block {
	position:relative
}
.tgt-home-slider-bg {
	width:100%;
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	background-color: #222;
}
.tgt-overlay-bg {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:-moz-linear-gradient(left,rgba(9,22,42,0.80) 0,rgba(9,22,42,0.13) 80%,rgba(0,0,0,0) 100%);
	background:-webkit-linear-gradient(left,rgba(9,22,42,0.80) 0,rgba(9,22,42,0.13) 80%,rgba(0,0,0,0) 100%);
	background:linear-gradient(to right,rgba(9,22,42,0.80) 0,rgba(9,22,42,0.13) 80%,rgba(0,0,0,0) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a609162a',endColorstr='#00000000',GradientType=1)
}
.tgt-slider-dtl {
	padding: 320px 0px;
}
.tgt-slider-dtl.tgt-slider-dtl3 {
	margin-top:20%
}
#home-slider .tgt-slider-highligt-heading {
	position: relative;
	padding-left: 100px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-shadow: 1px 1px 2px #021c44;
	text-transform: uppercase;
	z-index: 1;
	opacity: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}
#home-slider .tgt-slider-highligt-heading:before {
	position: absolute;
	content: "";
	width: 70px;
	height: 3px;
	left: 0;
	top: 50%;
	background: #f65014;
	margin-top: -1px;
}

#home-slider .active .tgt-slider-highligt-heading{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}
#home-slider .tgt-slider-heading {
	opacity: 0;
	font-size:54px;
	text-shadow: 2px 2px 5px #021c44;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
	text-transform:capitalize;
}

#home-slider .active .tgt-slider-heading{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1100ms;
	-moz-transition-delay: 1100ms;
	-ms-transition-delay: 1100ms;
	-o-transition-delay: 1100ms;
	transition-delay: 1100ms;
}
.tgt-slider-highligt {
	margin-bottom:30px
}
.tgt-slider-details {
	color:#FFF;
	font-size: 24px;
	margin-bottom:50px
}

#home-slider .tgt-slider-details {
	display: block;
	margin-bottom:50px;
	opacity: 0;
	color:#fff;
	font-size: 18px;
	font-weight: 700;
	text-shadow: 1px 1px 2px #021c44;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

#home-slider .active .tgt-slider-details{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

#home-slider .tgt-slider-btn {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

#home-slider .active .tgt-slider-btn{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1900ms;
	-moz-transition-delay: 1900ms;
	-ms-transition-delay: 1900ms;
	-o-transition-delay: 1900ms;
	transition-delay: 1900ms;
}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev {
	position:absolute;
	border-radius:100%;
	background:#000;
	opacity:.3;
	color:#FFF;
	top:50%;
	transform:translate(0,-15%);
	width:30px;
	height:60px;
	text-align:center;
	line-height:40px;
	z-index:10;
	cursor:pointer;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
	border-radius:0;
	border:0
}
.owl-carousel .owl-nav button:hover,.owl-carousel .owl-nav button:focus {
	outline:0;
	border:0
}
.owl-carousel .owl-nav button.owl-prev {
	left:20px
}
.owl-carousel .owl-nav button.owl-next {
	right:20px
}
.owl-carousel .owl-dots{
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	padding-top: 20px;
}

.owl-carousel .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	/*width: 40px;
	height: 10px;*/
	margin: 0px 3px;
	outline: none;
}

.owl-carousel .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 40px;
	height: 10px;
	background: rgba(246,80,20,0.10);
	/*border: 2px solid rgba(28,60,111,0.10);*/
	border-radius: 5px 5px 5px 5px;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease
}

.owl-carousel .owl-dots .owl-dot.active span{
	width: 20px;
	background: rgba(246,80,20,1.00);
	/*border-color: rgba(28,60,111,0.8);*/
}
/*
.owl-carousel .owl-dots .owl-dot span:before{
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	background: rgba(28,60,111,0.10);
	border-radius: 0%;
	z-index: 1;
}

.owl-carousel .owl-dots .owl-dot.active span:before{
	background: rgba(28,60,111,0.8);
}*/
.tgt-overlay-bg-bottom.tgt-overlay-bg {
	background:-moz-linear-gradient(bottom,rgba(9,22,42,0.80) 45%,rgba(9,22,42,0.13) 96%,rgba(0,0,0,0) 100%);
	background:-webkit-linear-gradient(bottom,rgba(9,22,42,0.80) 45%,rgba(9,22,42,0.13) 96%,rgba(0,0,0,0) 100%);
	background:linear-gradient(to top,rgba(9,22,42,0.80) 45%,rgba(9,22,42,0.13) 96%,rgba(0,0,0,0) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a609162a',endColorstr='#00000000',GradientType=1)
}
.tgt-slider-dtl2.tgt-slider-dtl {
	text-align:center;
	margin-top:17%
}
.tgt-home-main-2 .tgt-slider-details {
	margin-bottom:50px
}
.tgt-services-section {
	/*padding-bottom:110px;*/
}
.tgt-our-services {
	margin-bottom:50px
}
.tgt-our-services-img {
	position:relative
}
.tgt-our-services-img a:after {
	content:"";
	background:#09162a;
	opacity:.20;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease
}
.tgt-our-services {
	position:relative
}
.tgt-our-services:hover a:after {
	opacity:.40;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease
}
.tgt-our-services-box {
	text-align:center;
	background:#FFF;
	-webkit-box-shadow:0 2px 15px 0 rgba(0,0,0,0.1);
	-moz-box-shadow:0 2px 15px 0 rgba(0,0,0,0.1);
	box-shadow:0 2px 15px 0 rgba(0,0,0,0.1);
	position:relative;
	margin:-50px 20px 20px;
	padding:30px 15px 35px 15px
}
.tgt-our-services-icon {
	margin-bottom:10px
}
.tgt-our-services-icon i {
	color:#e63619;
	font-size:42px;
	line-height:1.2
}
.tgt-our-services-icon img {
	width: 60px;
	height: 60px;
}
.tgt-our-services-box {
	position:relative
}
.tgt-our-services:hover .tgt-our-services-box:after {
	right:20%
}
.tgt-our-services-box {
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-osx-font-smoothing:grayscale;
	position:relative;
	overflow:hidden
}
.tgt-our-services-box:after {
	content:"";
	position:absolute;
	z-index:-1;
	left:20%;
	right:80%;
	bottom:0;
	background:#e63619;
	height:2px;
	-webkit-transition-property:right;
	transition-property:right;
	-webkit-transition-duration:.3s;
	transition-duration:.3s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out
}
.tgt-our-services-box h4 {
	font-size:18px
}
.tgt-our-services:hover .btn-read {
	color:#e63619;
	border-bottom:1px solid #e63619
}
.tgt-effective-solution {
	/*background-image:url(../images/bg/bg-effective.jpg);*/
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.tgt-effective-solution-box-right {
	position:relative
}
.tgt-bg-overlay-content {
	z-index:9;
	height:100%;
	background-color:#052f5a;
	padding:60px;
	margin-top:-240px;
	position:relative;
	background-image:url(../images/bg/feature-box-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left
}
.tgt-bg-overlay,.tgt-bg-inner-overlay {
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0
}
.tgt-bg-overlay-right,.tgt-bg-inner-overlay-right {
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	right:0
}
.tgt-effective-solution-box-right .tgt-bg-overlay {
	width:auto;
	margin-right:-100px;
	right:0;
	background-image:url(../images/bg/feature-box-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:-37px -25px;
	background-color:#052f5a
}
.tgt-effective-solution-icon {
	margin-bottom:10px
}
.tgt-effective-solution-icon i {
	color:#e63619;
	font-size:40px
}
.tgt-effective-solution-icon img {
	max-height: 80px;
}
.tgt-counter-section {
	padding:40px 0
}
.tgt-counter-box.style1 {
	border-right:1px solid rgba(255,255,255,.05)
}
.tgt-counter-box.style3 {
	border-bottom:1px solid rgba(255,255,255,.25)
}
.tgt-counter-box.style1:last-child,.tgt-counter-box.style2 {
	border-right:0
}
.tgt-counter-box.style1 h4,.tgt-counter-box.style1 p,.tgt-counter-icon i {
	color:#FFF
}
.tgt-counter-box.style1 p {
	font-size:18px
}
.tgt-counter-box.style1 h4 {
	color: #f65014;
	font-size:50px;
}
.tgt-counter-box.style1 h4 span {
	padding-left: 10px;
	color: #fff;
	font-size:16px;
	font-weight: 300;
}
.tgt-counter-box.inner-box {
	padding-left:40px;
	margin-bottom:0
}
.tgt-counter-icon {
	position:absolute;
	top:30px
}
.tgt-counter-icon i {
	font-size:44px
}
.tgt-counter-content-left {
	padding-left:65px;
	text-align:left
}
.tgt-about-last {
	border-top:1px solid rgba(9,22,42,0.2);
	margin-top:20px;
	padding-top:25px
}
.tgt-about-last a.btn {
	color: #fff;
}
.tgt-about-last a.btn:hover {
	background: #fff;
	color: #222;
}
.tgt-about-bottom {
	border-bottom:1px solid rgba(9,22,42,0.2);
	padding-bottom:25px
}
.tgt-about-last-box {
	display:flex;
	float:right
}
.tgt-about2-last-box.tgt-about2-bottom-box {
	margin-top:33px
}
.tgt-about-content {
	padding-left:35px
}
.tgt-about-content p {
	font-size:14px
}
.tgt-about-right-image {
	position:relative;
	margin-bottom:20px;
	border: 10px solid rgba(255,255,255,.1);
}
.tgt-about-right-image .tgt-video-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tgt-about-right-content {
	background-color:#021026;
	color:#FFF;
	position:absolute;
	bottom:55px;
	border:8px solid #FFF;
	padding:30px 50px 30px 30px;
	left:-70px
}
.tgt-about-right-content h3 {
	font-size:44px;
	color:#FFF
}
.tgt-about-right-content p {
	color:#FFF
}
.tgt-about-right-content .icon {
	margin-bottom:15px
}
.tgt-about-right-content i {
	font-size:44px;
	color:#335579
}
.tgt-about-call {
	padding-top:20px;
	border-right:1px solid rgba(9,22,42,0.2)
}
.tgt-about-call .tgt-feature-icon {
	background:#e63619;
	width:60px;
	height:60px;
	line-height:60px;
	border-radius:50%;
	text-align:center;
	padding-right:0;
	display:inline-block
}
.tgt-about-call .tgt-feature-icon i {
	color:#FFF;
	font-size:22px
}
.tgt-about-call .tgt-feature-details {
	padding-left:20px;
	display:inline-block
}
.tgt-section.tgt-project-section {
	background-color:#f6f6f6;
	border-top:1px solid rgba(0,0,0,.10);
	border-bottom:1px solid rgba(0,0,0,.10);
}
.projects-gallery-block {
	margin-bottom: 30px;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease
}
.projects-gallery-block:hover {
	box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 20%);
}
.tgt-project-box {
	position:relative;
	display: flex;
	justify-content: space-between;
	background: #ececec;
	min-height: 281.5px;
	overflow:hidden;
}
.tgt-project-box-image {
	position:relative;
	margin: 20px;
	display: flex;
	align-items: center;
	overflow:hidden;
}
.tgt-project-box-image img {
	max-height: 220px;
}
.tgt-project-box-image img {
	max-height: 220px;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
.projects-gallery-block:hover .tgt-project-box-image img {
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.tgt-project-box .tgt-project-box-overlay {
	position: relative;
	display:flex;
	align-items:center;
	justify-content:center;
	max-width: 40%;
}
.tgt-project-box-overlay:before {
	content:"";
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.05);
	opacity:.0;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.tgt-project-box:hover .tgt-project-box-overlay:before,
.tgt-project-box.active .tgt-project-box-overlay:before {
	opacity:.9;
}
.projects-gallery-block-2:hover .tgt-project-box-overlay:before {
	opacity:.8;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	-moz-transform:translateY(0);
	transform:translateY(0);
	background-color:#021026
}
.tgt-project-box-overlay-content {
	position:relative;
	padding: 50px 30px;
	width:100%;
	height:100%;
	opacity:1;
	z-index:9;
	transform:translateY(0);
	transition:all .5s ease;
}
.tgt-project-box:hover .tgt-project-box-overlay-content {
	opacity:1;
	transform:translateY(0)
}
.projects-gallery-block-2:hover .tgt-project-box-overlay-content {
	opacity:1;
	transform:translateY(0);
}
.tgt-project-box-overlay-content .icon {
	/*margin-top:20px;*/
}
.tgt-project-box-overlay-content .icon i {
	margin-right: 10px;
	width:50px;
	height:50px;
	background:rgba(0,0,0,.14);
	vertical-align:middle;
	line-height:3.2;
	border-radius:50%;
	color:#f65014;
	font-size: 15px;
	text-align: center;
}
.tgt-project-box-overlay-content h4 {
	color: #fd4300;
	font-size: 24px;
	font-weight:600;
}
.tgt-project-box-subtitle {
	margin-top: 20px;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.tgt-project-box:hover .tgt-project-box-subtitle {
	transform:translateY(-10px);
}
.tgt-project-box-overlay-content .btn-read {
	margin-top: 20px;
}
.tgt-project-box:hover .tgt-project-box-overlay-content .btn-read {
	color: #f65014;
}
.tgt-project-section-list {
	margin-top:-160px
}
.tgt-project-section-list .owl-carousel .owl-stage-outer {
	overflow:inherit
}
.project-filter {
	padding:0;
	margin:0;
	float:right
}
.project-filter li {
	list-style:none;
	margin:10px 12px;
	color:#777;
	cursor:pointer;
	display:inline-block
}
.project-filter li:hover,.project-filter li.active {
	color:#F96921
}
.tgt-section.tgt-whychoose-section {
	position:relative;
	background-image:url(../images/bg/whychoose-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding-bottom:0
}
.tgt-team-box {
	text-align:center;
	margin-bottom:10px
}
.tgt-team-box-img {
	position:relative
}
.tgt-team-box-img:before {
	content:"";
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	height:78%;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	background-color:#f7f7f7
}
.tgt-team-box-img img {
	position:relative;
	z-index:9
}
.tgt-team-box-content {
	text-align:center;
	padding:20px 15px 35px 15px;
	transform:translateY(0px);
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	position:relative;
	background-color:#FFF;
	z-index:9
}
.tgt-team-box:hover .tgt-team-box-content {
	margin-top:-35px;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	background:#f7f7f7;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}
.tgt-team-social {
	position:absolute;
	left:0;
	right:0;
	margin:0;
	top:70px;
	opacity:0;
	z-index:9;
	-webkit-transition:.8s;
	-ms-transition:.8s;
	-moz-transition:.8s;
	-o-transition:.8s;
	transition:.8s
}
.tgt-team-box:hover .tgt-team-social {
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}
.tgt-team-social ul {
	padding:0;
	margin:0
}
.tgt-team-social ul li {
	display:inline-block;
	margin:5px
}
.tgt-team-box:hover .tgt-team-box-content:after {
	right:20%
}
.tgt-team-box-content:after {
	content:"";
	position:absolute;
	z-index:-1;
	left:20%;
	right:80%;
	bottom:0;
	background:#e63619;
	height:2px;
	-webkit-transition-property:right;
	transition-property:right;
	-webkit-transition-duration:.3s;
	transition-duration:.3s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
	z-index:99
}
.tgt-testimonial-section {
	position: relative;
	/*padding:90px 0px;*/
	background-image:url(../images/bg/testimonial-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center
}
.tgt-testimonial-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5,47,90,0.9);
}
.tgt-testimonial-left {
	position:relative;
	padding: 50px 0px;
	color: #fff;
	vertical-align: middle;
	overflow: hidden;
}
.tgt-client-section {
	padding:40px 0;
}
.tgt-client-section .tgt-section-title {
	display: flex;
	margin-bottom: 0;
	padding: 3px;
	width: 100%;
	height: 100%;
	background: #f65014;
	align-items: center;
	justify-content: center;
	border-radius: 0px 10px 0px 10px;
}
.tgt-client-section .tgt-section-title h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	width: 100%;
	height: 100%;
	min-height: 65px;
	color: #fff;
	font-size: 18px;
	border: 1px dashed #ececec;
	border-radius: 0px 10px 0px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tgt-client-section .tgt-client-img {
	border: 1px solid rgba(0,0,0,.10);
	margin: 0px 5px;
	padding: 5px;
	background: rgba(0,0,0,0);
}
.tgt-client-section .tgt-client-img span {
	display: block;
	overflow: hidden;
}
.tgt-client-section .tgt-client-img img {
	background: rgba(0,0,0,.03);
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
.tgt-client-section .tgt-client-img:hover img {
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.owl-testiomonal {
	margin-top:30px;
	padding-bottom:30px
}
.tgt-testiomonal-box {
	position:relative
}
/*.tgt-testiomonal-box:after {
	content:"\f830";
	font-family:"Font Awesome 5 Pro";
	color:#e63619;
	display:inline-block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	position:absolute;
	left:5px;
	font-weight:900;
	top:-10px;
	font-size:40px
}*/
.tgt-testiomonal-box-content {
	display:inline-flex;
	border-bottom:1px solid rgba(255,255,255,.15);
	padding:10px 0;
	margin-bottom:20px
}
.tgt-testiomonal-box-content .lead {
	font-size:18px;
	color:#f6f6f6;
	line-height:1.6
}
.tgt-testiomonal-box-person-img img {
	width:70px;
	height:70px;
	border-radius:50%
}
.tgt-testiomonal-box-person-title {
	/*padding-left:90px;*/
	float:left;
	/*padding-top:15px*/
}
.owl-testiomonal.owl-carousel .owl-nav button.owl-next{
  background: transparent;
  opacity:1;
  border:none;
  top: 80%;
  right: 1%;
  color: #f65014;
}
.owl-testiomonal.owl-carousel .owl-nav button.owl-prev{
  left: 88%;
  background: transparent;
  opacity:1;
  border:none;
  top: 80%;
  color: #f65014;
}
.white-color .tgt-testiomonal-box-person-title p {
	color:#e63619
}
.tgt-testiomonal-box-person-img {
	position:absolute
}
.tgt-testiomonal-box-person-img i {
	color: #fff;
	font-size: 48px;
}
.tgt-testiomonal-box-outer {
	position: relative;
}
.tgt-testiomonal-box2 {
	/*border-left:2px solid #3e88ff;*/
	box-shadow:1px 1px 5px 0 rgba(0,0,0,0.15);
	padding:5px;
	margin:0px 10px;
	border: 1px solid #ececec;
	background: #fff;
}
.tgt-testiomonal-box-content2 {
	position:relative
}
.tgt-testiomonal-box-content2:after {
	content:"\f10e";
	display:inline-block;
	font-family:FontAwesome;
	font-size:50px;
	position:absolute;
	bottom:0;
	right:0;
	color:rgba(0,0,0,0.04)
}
.tgt-testiomonal-box-person-img2 {
	position:absolute
}
.owl-carousel .owl-item .tgt-testiomonal-box-person-img2 img {
	width:150px
}
.tgt-testiomonal-box-content2 {
	padding-left:170px
}
.tgt-testiomonal-box-content2 .star-ratings {
	float:none;
	margin-right:0;
	margin-bottom:10px
}
.tgt-testiomonal-box2 .tgt-testiomonal-box-person2 {
	overflow: hidden;
}
.tgt-testiomonal-box2 .tgt-testiomonal-box-person2 img {
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
.tgt-testiomonal-box2:hover .tgt-testiomonal-box-person2 img {
	filter: brightness(80%);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.tgt-testiomonal-box-content3 {
	background:#e63619;
	text-align:center;
	border-top: 5px solid #fff;
	-webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.tgt-testiomonal-box2:hover .tgt-testiomonal-box-content3 {
	background-color: #222;
}
.tgt-testiomonal-box-content3 h4 {
	font-size: 16px;
	font-weight: 300;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.tgt-testiomonal-box-content3 h4 a {
	display: block;
	padding:20px 5px;
	color: #fff;
}
.tgt-testiomonal-box2:hover .tgt-testiomonal-box-content3 h4 a {
	color: #fff;
}
.tgt-testiomonal-name {
	font-size:14px;
	color:#09162a;
	font-weight:500
}
.tgt-testiomonal-name span {
	color:#777;
	margin-left:5px
}
.owl-carousel.tgt-testiomonal-box-outer .owl-nav {
	position: absolute;
	top: -60px;
	right: 10px;
}
.owl-carousel.tgt-testiomonal-box-outer .owl-nav button.owl-next {
	left: 0;
	margin-left: 10px;
}
.owl-carousel.tgt-testiomonal-box-outer .owl-nav button.owl-prev {
	left: 0;
}
.owl-carousel.tgt-testiomonal-box-outer .owl-nav button.owl-next,
.owl-carousel.tgt-testiomonal-box-outer .owl-nav button.owl-prev {
	position: relative;
	width:46px;
	height: 46px;
	background:#e63619;
	border:2px solid #e63619;
	color:#fff;
	opacity:1;
	transform: translate(0,0);
}
.owl-carousel.tgt-testiomonal-box-outer .owl-nav button.owl-next:hover,
.owl-carousel.tgt-testiomonal-box-outer .owl-nav button.owl-prev:hover {
	border:2px solid #222;
	background:#222;
}
.tgt-blog-box {
	position:relative;
	padding: 20px;
	background-color: #fff;
	overflow: hidden;
}
.tgt-blog-box-img {
	position:relative;
	overflow: hidden;
}
.tgt-blog-box-meta-date {
	background-color:#f65014;
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	padding:8px 20px;
	position:absolute;
	bottom:20px;
	right:20px;
	font-weight:500;
	letter-spacing:.3px;
	z-index:3
}
.tgt-blog-box-content {
	padding:10px 0 0px;
}
.tgt-blog-box-content h4 {
	display: flex;
	margin-bottom: 0;
	padding: 20px 0px;
	align-items: center;
	justify-content: space-between;
	border-top: 1px dashed #ececec;
}
.tgt-blog-box-content-meta {
	color:#555;
	/*font-size:12px;*/
	padding: 0px 0px 10px;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
.tgt-post-box-content-right:hover .tgt-blog-box-content-meta {
	border-bottom: 1px dashed #5a2360;
}
.tgt-blog-box-content-meta.style-1 {
	padding: 20px 0px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.tgt-blog-box-content-meta a {
	color:#555
}
.tgt-blog-box-content-meta span i {
	margin-right:10px;
	color: #f65014;
}
.tgt-blog-box-content-meta .meta-author {
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid rgba(0,0,0,0.3)
}
.tgt-blog-box-content .tgt-blue-link {
	font-size:18px;
	font-weight:500
}
.tgt-blog-box-img a {
	display: block;
}
.tgt-blog-box-img a:after {
	content:"";
	background:#09162a;
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
	z-index:2
}
.tgt-blog-list:hover .tgt-blog-box .tgt-blog-box-img a:after {
	opacity:.11;
}
.tgt-blog-box-img img {
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
.tgt-blog-list:hover .tgt-blog-box .tgt-blog-box-img img {
	/*opacity: 0.70;*/
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	/*filter:brightness(120%);*/
}
.footer {
	position: relative;
	background:#222;
	z-index: 2;
}
.footer p {
	color:#fff;
	margin-bottom:10px
}
.tgt-footer-section {
	padding-top:90px;
	padding-bottom:40px;
	border-bottom:1px solid #2e2e2e;
}
.text-widget {
	margin-bottom:20px
}
.tgt-footer-section .text-widget h4 {
	margin-bottom:23px
}
.tgt-footer-contact-box span {
	margin-right:10px
}
.tgt-footer-contact-box span i {
	color:#f65014;
	font-size:17px
}
.tgt-footer-contact-box {
	display: flex;
	color:#fff;
	margin-bottom: 10px;
}
.tgt-footer-contact-box p {
	margin-bottom:8px
}
.tgt-footer-link.tgt-list-style li {
	width:100%;
	float:left;
	margin-bottom:12px;
	padding: 0px 0px 8px 23px;
	border-bottom: none;
	font-size: 14px;
}
.tgt-footer-link.tgt-list-style li.style-1 {
	width:50%;
}
.tgt-footer-link.tgt-list-style li a {
	color:#fff;
}
.tgt-footer-link.tgt-list-style li a:hover {
	color:#f65014;
}
.tgt-subscribe-box {
	position:relative;
	margin-bottom:20px
}
.tgt-subscribe-box .btn[type="submit"] {
	position:absolute;
	top:0;
	right:0;
	font-size:13px;
	text-transform:uppercase;
	border-radius:0;
	height:47px;
	width:100px;
	color:#fff;
	border:0;
	padding:0;
	line-height:46px
}
.tgt-subscribe-box .form-control {
	border:0;
	background-color:#182e44;
	height:44px;
	font-size:13px;
	padding-left:20px;
	color:#c5c5c5
}
.tgt-subscribe-box .form-control:focus {
	box-shadow:none
}
.tgt-footer-social {
	margin-top:15px;
	border-top:1px solid #2c4156;
	padding-top:30px
}
.tgt-footer-social-box li {
	width:50%;
	float:left;
	list-style:none;
	margin-bottom:15px
}
.tgt-footer-social-box li a {
	color:#fff;
}
.tgt-footer-social-box li a:hover {
	color:#e63619
}
.tgt-footer-social-box li i {
	padding-right:10px
}
.tgt-footer-tiny-section {
	padding:20px 0
}
.tgt-footer-tiny-section .copyright {
	float: left;
	color: #ffffff;
}
.tgt-footer-tiny-section .copyright a {
	color: #ffffff;
}
.tgt-footer-tiny-section .bottom-links {
	float: right;
	color: #ffffff;
}
.tgt-footer-tiny-section p {
	color:#989494;
	font-size:14px
}
.tgt-about2-last-box {
	display:flex;
	margin-top:10px
}
.tgt-about2-last-box .tgt-about-content p {
	margin-bottom:5px
}
.tgt-about2-feature {
	margin-top: 20px;
	background:#fff;
}
.tgt-about2-feature ul {
	list-style:none;
	padding:10px;
	-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,0.25);
	-moz-box-shadow:0 0 5px 0 rgba(0,0,0,0.25);
	box-shadow:0 0 5px 0 rgba(0,0,0,0.25)
}
.tgt-about2-feature ul li {
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	padding:30px;
	background:#ebeef2
}
.tgt-feature-icon,.tgt-feature-details {
	display:table-cell;
	vertical-align:middle;
	text-align:left
}
.tgt-feature-details {
	padding-left: 15px;
	border-left: 1px solid #f65014;
	word-break: break-all;
}
.tgt-feature-icon {
	padding-right:20px
}
.tgt-feature-icon i {
	color:#f65014;
	font-size:24px
}
.tgt-about2-feature h5 {
	font-size:16px
}
.tgt-about2-feature h5 {
	margin-bottom:10px
}
.tgt-about2-feature p {
	margin-bottom:0
}
.tgt-about2-feature p {
	font-size:14px
}
.tgt-feature-last {
	border-right:1px solid #d3dae2
}
.tgt-year-experience-box-right .tgt-bg-overlay-year-experience {
	z-index:9;
	height:100%;
	padding:80px 70px 0 0;
	position:relative;
	background-image:none;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left;
	padding-top:140px
}
.tgt-year-experience-box-right .tgt-bg-overlay {
	width:auto;
	margin-right:-100px;
	right:0;
	background-size:cover;
	background-color:#f3631a;
	margin-top:60px
}
.tgt-background-image-yes {
	height:100%;
	z-index:9;
	position:relative
}
.tgt-background-image-yes .tgt-bg-overlay {
	background-image:url(../images/bg/year-experience.jpg)!important;
	background-position:center!important;
	background-repeat:no-repeat!important;
	background-size:cover!important;
	width:auto;
	margin-right:-100px;
	right:0
}
.tgt-bg-layer-content {
	position:relative;
	z-index:9;
	height:100%
}
.tgt-year-experience-last-img {
	display:none
}
.white-color .tgt-bg-overlay-year-experience p {
	color:#f5f5f5
}
.tgt-progress-bar {
	margin-bottom:20px
}
.tgt-progress-bar h4 {
	margin-bottom:10px;
	font-size:16px
}
.tgt-progress-bar .progress-bar {
	border-radius:0;
	background-color:#021026
}
.tgt-progress-bar .progress {
	border-radius:0;
	background-color:#fff;
	height:7px
}
.tgt-progress-bar {
	position:relative
}
.tgt-progress-bar .percentage-count {
	position:absolute;
	right:0;
	color:#f5f5f5;
	z-index:3;
	text-shadow:none;
	font-size:16px;
	padding:2px 0;
	border-radius:0;
	top:0
}
.tgt-services2 {
	position: relative;
	padding:140px 0 100px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.tgt-services2:before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34,34,34,0.9);
}
.tgt-services2-inner {
	padding:90px 0 70px 0
}
.tgt-services2-subtitle p {
	font-size:16px
}
.tgt-our-services2 {
	background:rgb(0,0,0,0.3);
	text-align:center;
	padding:50px 30px;
	border:3px solid #ececec;
	margin-bottom:30px
}
.tgt-our-services2 .tgt-our-services-icon i {
	color:#e63619;
	font-size:66px
}
.tgt-our-services2 h4 {
	color:#FFF
}
.tgt-our-services2 .btn-read {
	color:#FFF
}
.tgt-our-services2 p {
	color:#b3b3b3
}
.tgt-our-services2:hover:after {
	right:20%
}
.tgt-our-services2 {
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-osx-font-smoothing:grayscale;
	position:relative;
	overflow:hidden
}
.tgt-our-services2:after {
	content:"";
	position:absolute;
	z-index:-1;
	left:20%;
	right:80%;
	bottom:-1px;
	background:#e63619;
	height:2px;
	-webkit-transition-property:right;
	transition-property:right;
	-webkit-transition-duration:.3s;
	transition-duration:.3s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out
}
.tgt-project-section-list2 #projects-gallery {
	background:#FFF
}
.tgt-project-section-list2 #projects-gallery .row {
	padding:5px
}
.tgt-project-section-list2 .projects-gallery-block {
	padding:5px
}
.scale-anm {
	transform:scale(1)
}
.tgt-project-section-list2 {
	padding-bottom:90px
}
.tgt-process-section {
	background:#f6f6f6;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding-bottom:300px
}
.tgt-processbox {
	text-align:center;
	margin-bottom:30px
}
.tgt-processbox-image {
	position:relative;
	margin-bottom:50px
}
.tgt-processbox .tgt-processbox-image img {
	height:210px;
	width:210px;
	border-radius:50%;
	border:8px solid #fff;
	box-shadow:0 0 15px 0 rgba(10,10,10,.19);
	position:relative;
	z-index:2
}
.tgt-processbox .tgt-process-num {
	margin-right:5px;
	font-size:26px;
	font-weight:500;
	color:#fff;
	width:60px;
	height:60px;
	line-height:60px;
	border-radius:50%;
	border:0;
	display:block;
	text-align:center;
	position:absolute;
	left:93px;
	bottom:-30px;
	z-index:3;
	background:#e63619;
	transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out
}
.tgt-processbox:hover .tgt-process-num {
	background:#021026
}
.tgt-processbox:hover .tgt-processbox-image img {
	box-shadow:0 0 20px 0 rgba(10,10,10,.29);
	transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out
}
.tgt-processbox-content h4 {
	margin-bottom:10px
}
.tgt-counterbox-section {
	margin-top:-250px
}
.counterbox-img {
	margin-top:80px;
	position:relative;
	z-index:3
}
.tgt-counterbox-content {
	background:#e63619
}
.tgt-counterbox-content .tgt-bg-overlay-right {
	width:auto;
	margin-right:-100px;
	left:0;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(../images/bg/counterbox.jpg);
	padding-left:200px;
	margin-left:-200px
}
.tgt-counterbox-content .tgt-bg-overlay-contentbox {
	z-index:2;
	height:100%;
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left;
	padding:90px 0 90px 30px
}
.tgt-video-section {
	padding-bottom:200px
}
.tgt-video-box .tgt-icon {
	height:60px;
	width:60px;
	line-height:60px;
	background:#f65014;
	border-radius:50%
}
.tgt-video-box .tgt-icon i {
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	color:#FFF
}
.tgt-video-box .tgt-icon:before {
	width:85px;
	height:85px;
	opacity:0
}
.tgt-video-box .tgt-icon:after {
	z-index:1;
	width:105px;
	height:105px;
	opacity:0
}
.tgt-video-box .tgt-icon {
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out
}
.tgt-video-box a {
	display:inline-block;
	vertical-align:middle
}
.tgt-video-box .tgt-icon:after,.tgt-video-box .tgt-icon:before {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	border-radius:50%;
	background-color:#fff
}
.tgt-video-box .tgt-icon:after,.tgt-video-box .tgt-icon:before {
	-webkit-animation:prittyphoto 1.05s infinite;
	-moz-animation:prittyphoto 1.05s infinite;
	-ms-animation:prittyphoto 1.05s infinite;
	-o-animation:prittyphoto 1.05s infinite;
	animation:prittyphoto 1.05s infinite
}
.tgt-video-box .tgt-icon:before {
	opacity:.35
}
.tgt-video-box .tgt-icon:after {
	opacity:.09
}
.tgt-right-video-icon {
	left:auto;
	right:0;
	top:auto
}
.tgt-video-box a {
	display:inline-block;
	vertical-align:middle
}
.tgt-icon {
	margin-bottom:35px;
	display:inline-block;
	text-align:center;
	border:2px solid transparent;
	position:relative;
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	box-sizing:content-box;
	position:relative
}
@-webkit-keyframes prittyphoto {
	100% {
	width:200%;
	height:200%;
	opacity:0
}
}@keyframes prittyphoto {
	100% {
	width:200%;
	height:200%;
	opacity:0
}
}.tgt-get-quote-section {
	/*margin-top:-150px;*/
	padding: 90px 0;
	background-color: #f6f6f6;
    border-top: 1px solid rgba(0,0,0,.10);
    border-bottom: 1px solid rgba(0,0,0,.10);
}
.tgt-get-quote-box {
	background:#FFF;
	box-shadow:0 5px 15px 0 rgba(0,0,0,0.2)
}
.tgt-get-quote-box .form-group {
	margin-bottom:25px
}
.tgt-quote-call {
	position:relative;
	background:#484848;
	padding:20px 25px;
}
.tgt-quote-call p,.tgt-quote-call h2,
.tgt-quote-call h3 {
	color:#FFF
}
.tgt-bgcolor-orange-left-bg {
	position:relative;
	z-index:1
}
.tgt-quote-call h3 {
	margin-bottom: 0;
	font-size: 16px;
}
.tgt-quote-call h3 a {
	color:#FFF;
}
.tgt-bgcolor-orange-left-bg:after {
	position:absolute;
	content:"";
	right:0;
	top:0;
	width:3500px;
	height:100%;
	background:#e63619;
	z-index:2
}
.tgt-bgcolor-orange-left-bg .tgt-bgcolor-orange {
	position:relative;
	z-index:3
}
.tgt-blog2-section {
	/*padding-top:150px;*/
	background:#f6f6f6;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	/*margin-top:-60px;*/
}
.tgt-post-box {
	margin-bottom:30px;
	padding: 5px;
	background-color: #f4f4f4;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease
}
.tgt-post-box:hover {
	background-color: #fff;
	box-shadow: 5px 5px 10px 5px rgb(0 0 0 / 10%);
}
.tgt-post-box-content {
	padding: 20px;
	background-color: #fafafa;
}
.tgt-post-box-content .tgt-post-title h4 {
	font-size: 16px;
}
.tgt-post-box-content .tgt-post-title h4 a {
	display: block;
	padding:20px;
	color: #fff;
}
.tgt-post-box-content p {
	padding-bottom: 5px;
	border-bottom: 1px dashed #eaedf7;
}
.tgt-post-box-content p i {
	margin-right: 10px;
	color: #3e88ff;
}
.tgt-post-box-content-right {
	margin-bottom: 30px;
	padding:10px 10px;
	border: 1px dashed #ccc;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
.tgt-post-box-content-right:hover {
	border: 1px dashed #222;
}
.tgt-post-title {
	-webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.tgt-post-title h3,
.tgt-post-title h5 {
	margin-bottom: 0px;
	padding: 20px 0px;
    font-size: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.tgt-post-title h3 a,.tgt-post-title h5 a {
	font-weight:600;
	color:#09162a;
}
.tgt-post-title h3 a:hover,.tgt-post-title h4 a:hover,.tgt-post-title h5 a:hover {
	color:#021c44;
}
.tgt-post-title p {
	/*overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;*/
}
.tgt-post-title .btn-read {
	margin-top: 20px;
}
.tgt-post-box:hover .tgt-post-title .btn-read {
	color: #f65014;
}
.tgt-post-box:hover .tgt-blog-box-img img {
	filter: brightness(120%);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.tgt-client2-section .tgt-client-img {
	box-shadow:0 0 3px 0 rgba(0,0,0,0.12);
	margin:10px
}
.tgt-client2-section .tgt-client-img img {
	opacity:.80
}
.tgt-client2-section .tgt-client-img:hover img {
	opacity:.95
}
.tgt-client2-section.tgt-client-no-border .tgt-client-img {
	box-shadow:none;
	margin:10px
}
.tgt-page-header {
	position:relative;
	background-image:url(../images/bg/page-header.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	padding-top:350px
}
.tgt-overlay-bg-header {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:-moz-linear-gradient(left,rgba(9,22,42,0.60) 40%,rgba(9,22,42,0.13) 82%,rgba(0,0,0,0) 100%);
	background:-webkit-linear-gradient(left,rgba(9,22,42,0.60) 40%,rgba(9,22,42,0.13) 82%,rgba(0,0,0,0) 100%);
	background:linear-gradient(to right,rgba(9,22,42,0.60) 40%,rgba(9,22,42,0.13) 82%,rgba(0,0,0,0) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a609162a',endColorstr='#00000000',GradientType=1)
}
.tgt-page-header-box {
	padding-bottom:50px
}
.tgt-page-header-box h2 {
	position: relative;
	margin-bottom: 0;
	padding-left: 20px;
	color:#FFF;
	font-weight: 700;
}
.tgt-page-header-box h2:before {
	position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #f65014;
}
.breadcrumb-box {
	padding:15px 0;
	background:rgba(9,22,42,0.4)
}
.breadcrumb-wrapper a,.breadcrumb-wrapper {
	color:#d4d4d4
}
.breadcrumb-wrapper a:hover {
	color:#f65014
}
.tgt-history-content {
	text-align:center
}
.tgt-history-year {
	text-align:center
}
.tgt-history-dots {
	text-align:center;
	margin-bottom:20px;
	position:relative;
	z-index:1
}
.tgt-history-dots-circle {
	position:relative;
	height:30px;
	width:30px;
	line-height:30px;
	background:#e63619;
	border-radius:50%;
	text-align:center;
	display:inline-block;
	border:5px solid #f7dacb
}
.tgt-history-section [class*='col-']:nth-child(1) .tgt-history-dots:before {
	position:absolute;
	content:"";
	height:30px;
	width:2px;
	left:-46px;
	background-color:#cecece
}
.tgt-history-section [class*='col-']:nth-child(1) .tgt-history-dots:after {
	left:-46px;
	width:160%
}
.tgt-history-dots:after {
	position:absolute;
	content:"";
	height:2px;
	width:120%;
	left:15px;
	right:auto;
	top:15px;
	z-index:-1;
	border-top:2px dashed #cecece
}
.tgt-history-dots-last {
	position:relative;
	width:130%
}
.tgt-history-dots-last:before,.tgt-history-dots-last:after {
	border-right:2px solid #cecece;
	content:'';
	display:block;
	height:16px;
	margin-top:2px;
	position:absolute;
	-moz-transform:rotate(135deg);
	-o-transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	right:10px;
	top:50%;
	width:0
}
.tgt-history-dots-last:after {
	margin-top:13px;
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg)
}
.tgt-why-choose-box {
	padding:41.9px 40px
}
.tgt-why-choose-box-tabs .nav-tabs .nav-item.show .nav-link,.tgt-why-choose-box-tabs .nav-tabs .nav-link.active {
	color:#fff;
	background-color:transparent;
	border:0;
	border-radius:0;
	border-bottom:2px solid #f6f6f6
}
.tgt-why-choose-box-tabs .nav-tabs .nav-item {
	padding:.5rem 1.4rem .5rem 0;
	margin-bottom:0
}
.tgt-why-choose-box-tabs .nav-tabs .nav-link {
	border:0;
	border-radius:0;
	color:#FFF;
	text-align:left;
	padding:.5rem 1rem;
	border-bottom:2px solid #fdb59c
}
.tgt-why-choose-box-tabs .tab-content {
	padding-top:20px;
	color:#FFF
}
.tgt-why-choose-box-tabs .tab-content p,.tgt-why-choose-box-tabs .tgt-list-style li,.tgt-why-choose-box-tabs .tgt-list-style li:before {
	color:#fff
}
.tgt-why-choose-box-tabs .nav-tabs {
	border:0;
	margin:0
}
.tgt-team-box2 {
	margin-bottom:30px;
	padding: 5px;
	border: 1px solid #e4e4e4;
	/*box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.10);*/
}
.tgt-team-box-content2 {
	margin-top: 5px;
	/*background:#f6f6f6;*/
	text-align:center;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
.tgt-team-box2:hover .tgt-team-box-content2 {
	color: #fff;
	background:#e63619;
}
.tgt-team-box-content2 a {
	display: block;
	padding:20px 10px;
}
.tgt-team-box-content2 h4 {
	margin: 0;
	color: #fff;
	font-size:16px;
	font-weight: 400;
	/*border-top: 1px solid #e4e4e4;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
.tgt-team-box2:hover .tgt-team-box-content2 h4 {
	color: #fff;
}
.tgt-team-box-content2 p {
	margin-bottom:0;
	font-size:15px
}
.tgt-team-box-img2 {
	position:relative
}
.tgt-team-social2 {
	position:absolute;
	left:0;
	right:0;
	top: 0;
	margin:0;
	/*bottom:20px;*/
	width: 100%;
	height: 100%;
	opacity:0;
	display: flex;
    align-items: center;
    justify-content: center;
	-webkit-transition:.8s;
	-ms-transition:.8s;
	-moz-transition:.8s;
	-o-transition:.8s;
	transition:.8s;
	text-align:center;
	z-index:9
}
.tgt-team-box2:hover .tgt-team-social2 {
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}
.tgt-team-social2-box {
	text-align:center;
	margin:auto;
	display:inline-grid
}
.tgt-team-social2 ul {
	padding:6px 22px;
	margin:0;
	background:#e63619;
	border-radius:50px
}
.tgt-team-social2 ul li {
	display:inline-block;
	margin:5px
}
.tgt-team-social2 ul li a {
	color:#FFF
}
.tgt-team-box2 .tgt-team-box-img2 .img-effect:after {
	content:"";
	background:#021026;
	opacity:.0;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transition:all .9s ease;
	-ms-transition:all .9s ease;
	-o-transition:all .9s ease;
	-moz-transition:all .9s ease;
	transition:all .9s ease
}
.tgt-team-box2:hover .tgt-team-box-img2 .img-effect:after {
	opacity:.0;
}
.tgt-team-box2 .tgt-team-box-img2 .img-effect {
	-webkit-transition:all .9s ease;
	-ms-transition:all .9s ease;
	-o-transition:all .9s ease;
	-moz-transition:all .9s ease;
	transition:all .9s ease
}

.tgt-team-box2 .tgt-team-box-img2 {
	position: relative;
	overflow: hidden;
}
.tgt-team-box2:hover .tgt-team-box-img2 .img-effect.style-1:after {
	/*opacity:0;*/
}
.tgt-team-box2 .tgt-team-box-img2 .img-effect img {
	width: 100%;
	-webkit-transition:all .9s ease;
	-ms-transition:all .9s ease;
	-o-transition:all .9s ease;
	-moz-transition:all .9s ease;
	transition:all .9s ease
}
.tgt-team-box2:hover .tgt-team-box-img2 .img-effect img {
	-webkit-transition: scale(1.1);
	-ms-transition: scale(1.1);
	-o-transition: scale(1.1);
	-moz-transition: scale(1.1);
	transform: scale(1.1);
}
.tgt-blog-list {
	padding-bottom:20px;
	border-bottom:1px solid #ececec;
	margin-bottom:50px
}
.tgt-blog-list .tgt-blog-box {
	border: 1px solid #ececec;
	background-color: #fafafa;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease
}
.tgt-blog-list:hover .tgt-blog-box {
	border: 1px solid #ececec;
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
}
.tgt-blog-list .tgt-blog-box-content .tgt-blue-link {
	font-size:18px;
	color:#09162a;
	font-weight:600
}
.tgt-blog-details-box .tgt-blog-box {
	padding: 0px 0px;
}
.pagination-block .page-numbers,.pagination-block .page-numbers {
	height:40px;
	line-height:40px;
	text-align:center;
	display:inline-block;
	font-size:14px;
	font-weight:600;
	padding:0 17px;
	margin:0 2px;
	background:#f6f6f6;
	-webkit-transition:all .3s ease 0s;
	-moz-transition:all .3s ease 0s;
	-ms-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.pagination-block a {
	color:#09162a
}
.pagination-block a:hover,.pagination-block a:focus {
	background:#021026;
	color:#FFF
}
.pagination-block .page-numbers.current {
	background:#f65014;
	color:#FFF
}
.sidebar .widget {
	position:relative;
	margin-bottom:30px;
	/*padding:10px;
	border:1px solid #efefef;
	background-color:#f6f6f6*/
}
.sidebar .widget.widget-search .blog-search-form {
	border:0;
	position:relative
}
.sidebar .widget.widget-search .blog-search-form i {
	color:#FFF
}
.sidebar .widget.widget-search .blog-search-form .btn[type="submit"] {
	content:"";
	position:absolute;
	top:0;
	right:0;
	padding:0;
	width:46px;
	height:46px;
	line-height:45px;
	font-size:14px;
	z-index:1;
	border-radius:0;
	box-shadow:unset;
	background-color:#e63619;
	background-repeat:no-repeat;
	background-position:center
}
.sidebar .widget ul {
	margin:0;
	padding:0;
	position:relative
}
ul.listborder li {
	padding:12px 0;
	border-top:1px solid #e8e8e8
}
.sidebar .widget ul.listborder li:first-child {
	border-top:0;
	padding-top:0
}
.sidebar .widget ul li a {
	color:#09162a
}
.sidebar .widget ul li a:hover,.sidebar .widget ul li a:focus {
	color:#f65014;
}
.sidebar .widget ul.tgt-list-style li {
	padding-left:18px
}
.widget-latest-blog ul.listborder li {
	padding:15px 0;
	overflow: hidden;
}
.sidebar .widget .widget-title {
	position:relative;
	padding-bottom:15px;
	margin-bottom:20px
}
.sidebar .widget .widget-title:after {
	position:absolute;
	width:100%;
	height:1px;
	content:"";
	left:0;
	bottom:3px;
	opacity:1;
	width:35px;
	height:2px;
	background:#f65014;
}
.widget .cat_count {
	position:absolute;
	right:0
}
.sidebar .widget ul.tgt-latest-post-list>li img {
	width:80px;
	height:80px;
	display:block;
	float:left;
	margin-right:20px
}
ul.tgt-latest-post-list li h5 a {
	font-weight:500
}
.tgt-latest-post-list h5 {
	font-weight:500
}
.tgt-latest-post-date {
	font-size:13px;
	display:block;
	margin-bottom:5px
}
.widget .tagcloud a,a.tag-links {
	display:inline-block;
	margin:0 5px 10px 0;
	padding:9px 22px;
	border:1px solid #09162a;
	color:#09162a
}
a.tag-links {
	padding:8px 14px
}
.widget .tagcloud a:hover,.widget .tagcloud a:focus,a.tag-links:hover {
	color:#FFF;
	border:1px solid #e63619;
	background:#e63619
}
ul.tgt-widget-social-media li {
	display:inline-block;
	margin-right:5px
}
ul.tgt-widget-social-media li a {
	background:#FFF;
	border-radius:50%;
	border:1px solid #d6d6d6;
	width:36px;
	height:36px;
	text-align:center;
	font-size:14px;
	display:block;
	line-height:36px;
	color:#09162a
}
ul.tgt-widget-social-media li a:hover {
	color:#e63619
}
.widget-custom-image {
	position:relative;
	margin-bottom:30px
}
.widget-custom-image .tgt-quote-call {
	right:0;
	bottom:0;
	padding:15px;
	border-bottom: 1px solid #605a5a;
}
.widget-custom-image .tgt-feature-icon {
	padding-right:15px
}
.tgt-tag-box {
	margin-bottom:15px
}
.tgt-socla-tag-box {
	margin-bottom:10px
}
.tgt-comment-box {
	margin-top:30px
}
.tgt-next-pre-post-box {
	margin-top:35px;
	padding-top: 35px;
	border-top:1px solid #e5e5e5;
	padding-bottom:15px
}
h4.prev-link-title,
h4.prev-link-title a {
	font-size:16px;
	font-weight:500
}
h4.prev-link-title i,
h4.prev-link-title a i {
	color: #f65014;
}
.comment-list {
	margin-bottom:40px
}
.comment-list,.comment-list .children {
	list-style-type:none;
	padding:0
}
.comment-body .comment-author,.comment-body .comment-box {
	display:table-cell;
	vertical-align:top
}
.comment-list li {
	position:relative;
	margin-top:25px;
	padding-top:30px;
	border-top:1px solid #ededed
}
.comment-list li:first-child {
	padding-top:0;
	border-top:0;
	margin-top:0
}
.comment-author img {
	width:80px;
	height:80px;
	border-radius:50%;
	display:block;
	margin-right:25px
}
.comment-meta .tgt-comment-user h5,.tgt-comment-user {
	display:block;
	font-size:18px;
	line-height:20px;
	font-weight:400;
	margin-bottom:10px
}
.comment-meta,.comment-meta a {
	color:#6e6e6e;
	font-size:13px
}
.comment-meta a {
	margin-bottom:10px;
	display:block
}
.reply-box {
	margin-top:15px
}
.comment-list .children {
	margin-left:35px;
	padding-top:30px
}
.comment-reply-btn {
	border:2px solid #09162a;
	padding:6px 14px;
	color:#09162a;
	font-size:13px;
	display:inline-block;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease
}
.comment-reply-btn:hover {
	border:2px solid #09162a;
	background:#09162a;
	color:#FFF;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease
}
.widgest-list-services ul li a {
	display:block;
	padding:14px 30px 14px 24px;
	position:relative;
	background-color:#fff;
	color:#09162a;
	z-index:1;
	font-weight:500;
	font-size:16px;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
	position:relative;
	margin-bottom:5px;
	border:1px solid #EEE
}
.widgest-list-services li a:before {
	content:"\f061";
	font-family:"Font Awesome 5 Pro";
	color:#e63619;
	display:inline-block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	position:absolute;
	right:25px;
	font-weight:900;
	font-size:13px
}
.widgest-list-services ul li.active a:before,
.sidebar .widgest-list-services li a:hover:before {
	color:#FFF
}
.sidebar .widgest-list-services ul li a:hover,
.widgest-list-services ul li.active a,
.widgest-list-services ul li.active a:hover {
	background:#e63619;
	color:#FFF;
	-webkit-transition:all .3s linear;
	transition:all .3s linear
}
.widgest-list-docs ul li {
	border:1px solid #EEE;
	margin-bottom:10px;
	position:relative;
	background-color:#fff
}
.sidebar .widgest-list-docs ul li a {
	padding:15px 20px;
	color:#777;
	font-weight:500
}
.widgest-list-docs ul li span {
	background:#e63619;
	display:inline-block;
	text-align:center;
	height:50px;
	width:50px;
	line-height:50px
}
.widgest-list-docs ul li span i {
	font-size:17px;
	color:#FFF
}
.tgt-project {
	padding-top:90px;
	padding-bottom:30px
}
.tgt-project-section-list2.tgt-project-inner .projects-gallery-block {
	padding:10px
}
.projects-gallery-block-2 {
	background:#fff;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
	margin-bottom:30px;
	padding: 5px;
	border: 1px solid #e4e4e4;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.10);
}
.projects-gallery-block-2:hover {
	/*background:#e63619;*/
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease
}
.projects-gallery-title-box {
	margin-top: 5px;
	background-color: #222;
	text-align:center;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease
}
.projects-gallery-block-2:hover .projects-gallery-title-box {
	background-color: #e63619;
}
.projects-gallery-title-box h4 {
	color:#ffffff;
	font-size: 16px;
	font-weight:500;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease
}
.projects-gallery-block-2:hover .projects-gallery-title-box h4 {
	color:#ffffff;
}
.projects-gallery-title-box a {
	display: block;
	padding:20px;
}
.tgt-project-details-info {
	padding:45px 40px
}
.tgt-project-details-list {
	font-weight:500
}
.tgt-project-details-list li {
	padding-bottom:15px;
	border-bottom:1px solid #dedfe1;
	margin-bottom:15px
}
.tgt-project-details-list li:last-child {
	border-bottom:0;
	margin-bottom:0
}
.tgt-project-info-details {
	color:#09162a;
	padding-left:10px
}
.tgt-project-info-title i {
	font-size:16px;
	color:#fc681d;
	font-weight:600;
	padding-right:12px
}
.tgt-project-related {
	margin-top:40px
}
.widgest-list-faq ul li a {
	font-weight:500
}
.widgest-list-faq ul li.active a {
	color:#e63619
}
.widgest-list-contact li {
	margin-bottom:10px;
	/*display:flex;*/
	color: #09162a;
}
.widgest-list-contact li span {
	margin-bottom: 10px;
	padding-right:12px;
	display:flex;
	align-items: center;
	font-size:16px;
	font-weight: 600;
	color: #f65014;
}
.widgest-list-contact li i {
	padding-right: 10px;
	font-size:16px;
	/*font-weight:700;*/
	color:#f65014;
}
.tgt-faq .card {
	margin-bottom:20px;
	border-radius:0;
	border: 5px solid #f4f4f4;
}
.tgt-faq .card-header {
	border-bottom:0;
	background:#FFF
}
.tgt-faq .card-header,.tgt-faq .card-header:first-child {
	border-radius:0;
	padding:0
}
.tgt-faq .card-header a.btn:hover,.tgt-faq .card-header a.btn.collapsed {
	color:#232323
}
.tgt-faq .card-header a.btn {
	border-radius:0;
	text-align:left;
	display:block;
	padding:15px 50px 15px 50px;
	background:#FFF;
}
.tgt-faq .card-header a.btn[aria-expanded="true"] {
	background:#f65014;
	color:#FFF
}
.tgt-faq .card-header a:before,
.tgt-faq .card-body:before {
	content: "Q";
	position: absolute;
	top: 13px;
	left: 10px;
	width: 25px;
	height: 25px;
	text-align: center;
	background: #222;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	/*font-weight: 700;*/
}
.tgt-faq .card-body {
	position: relative;
	padding:15px 50px 15px 50px;
}
.tgt-faq .card-body:before {
	content: "A";
	background: #f65014;
	font-family: 'Montserrat', sans-serif;
	/*font-weight: 700;*/
}
.tgt-faq .card-header a.btn:hover,.tgt-faq .card-header a.btn:focus {
	outline:0;
	box-shadow:none
}
.tgt-faq .card-header a.btn[aria-expanded="true"]:after {
	content:"\f068";
	position:absolute;
	top:13px;
	right:20px;
	text-align:center;
	font-size:16px;
	font-weight:300;
	color:#FFF;
	font-family: "Font Awesome 5 Pro";
}
.tgt-faq .card-header a.btn[aria-expanded="false"]:after {
	content:"\f067";
	position:absolute;
	top:13px;
	right:20px;
	text-align:center;
	font-size:16px;
	font-weight:300;
	color:#f65014;
	font-family: "Font Awesome 5 Pro";
}
.tgt-contact-form-box {
	/*margin-top:70px;*/
	padding:40px 40px 30px 40px!important;
	border: 1px solid #ececec;
	background-color: #fff;
    /*box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);*/
}
.tgt-contact-form-img {
	margin-right:-160px
}
.tgt-get-touch-box .widget-title {
	border-bottom:1px solid #e8e8e8;
	padding-bottom:12px;
	margin-bottom:15px
}
.tgt-main-contact-box {
	/*margin-bottom:70px;*/
}
.tgt-get-touch-box {
	margin-bottom:30px
}
.tgt-get-touch-box .widgest-list-contact li {
	margin-bottom:15px
}
.tgt-contact-social {
	margin-top:25px
}
.tgt-contact-social ul li {
	display:inline-block
}
.tgt-contact-social ul li a {
	width:32px;
	height:32px;
	line-height:32px;
	background:#f65014;
	margin-right:5px;
	display:inline-block;
	text-align:center;
	color:#FFF;
	border-radius:4px
}
.tgt-contact-social ul li a:hover,
.tgt-contact-social ul li a:focus {
	color:#FFF;
	background:#9da1a9
}
.tgt-contact-social ul li a.deep-blue {

	background-color: #209ef3;

}

.tgt-contact-social ul li a.green {

	background-color: #61ce70;

}

.tgt-contact-social ul li a.red {

	background-color: #ea332b;

}
.tgt-team-details {
	padding:90px 0 10px 0
}
.tgt-team-box-single {
	padding:40px 40px 30px 40px!important;
	margin-top:50px
}
.tgt-team-main-box {
	margin-bottom:50px
}
.tgt-team-box-single-img {
	margin-right:-60px
}
.tgt-team-details-processbar .tgt-progress-bar .progress-bar {
	background-color:#f3631a
}
.tgt-team-details-processbar .tgt-progress-bar .progress {
	background:#EEE
}
.tgt-team-details-processbar .tgt-progress-bar .percentage-count {
	color:#777
}
.tgt-team-details-current-job .lead {
	font-size:18px;
	font-weight:500
}
.current-job-year {
	color:#f25f14;
	font-size:13px
}
.tgt-error-title {
	font-size:72px
}

.tgt-album-section {
	background: url(../images/bg/album-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/*Common Style*/
.font-18 {
	font-size: 18px!important;
}
.font-24 {
	font-size: 24px!important;
}
.font-36 {
	font-size: 36px;
}
.m-b-20 {
	margin-bottom: 20px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.p-l-0 {
	padding-left: 0px;
}
.bg-gray {
	background-color: #f6f6f6;
	border-top: 1px solid rgba(0,0,0,.10);
    border-bottom: 1px solid rgba(0,0,0,.10);
}
.bg-yellow {
	background-color: #e63619;
}
.bg-blue {
	background-color: #2371ec;
}
.img-border {
	padding: 5px;
	border: 1px solid #ececec;
}

/*Config*/
.tgt-blog-details-title,
.tgt-services-details-box h1.title {
	margin-bottom: 0px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ececec;
	font-size: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.line {
	margin: 10px 0px;
	height: 0px;
	border-bottom: 1px solid #ececec;
}
.line-1 {
	margin: 10px 0px;
	height: 0px;
	border-bottom: 1px solid rgba(255,255,255,0.33);
}
.tgt-about2-img {
	padding: 0px;
}
.menu-nav {
    display: flex;
}
.menu-nav a {
	margin-right: 10px;
	flex: 1 1 auto;
	margin-bottom: 10px;
}
.menu-nav a:last-child {
	margin-right: 0px;
}
.tgt-services-details-box table {
	width: 100%;
    text-align: center;
    border: 1px solid #111111;
    border-spacing: 0;
    border-collapse: collapse;
}
.tgt-services-details-box td {
	padding: 5px;
    border: 1px solid #111111;
    vertical-align: middle;
}
.sticky-top-header {
	position:fixed!important;
	top:0;
	left:0;
	width:100%;
	z-index:11;
	background-color:#222;
	box-shadow:0 4px 12px 0 rgba(0,0,0,.05);
	-webkit-transition:opacity .3s 0s,visibility 0s .3s;
	-moz-transition:opacity .3s 0s,visibility 0s .3s;
	transition:opacity .3s 0s,visibility 0s .3s
}
.sticky-top-header .tgt-menu-mobile-box label {
	top: 37px;
}
@media(max-width:1199px) {
	.sticky-top-header #tgt-site-navigation .menu>ul {
		top: 90px;
	}
}
.btn-box {
	padding: 20px 0px;
    border-bottom: 1px dashed #ececec;
}
.fixed-bg {
	position: relative;
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.fixed-bg:before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34,34,34,0.9);
}
.bg-image-1 {
	background-image:url(../images/bg/bg-1.jpg);
}
.bg-image-2 {
	background-image:url(../images/bg/bg-2.jpg);
}
.bg-image-3 {
	background-image:url(../images/bg/bg-3.jpg);
}
.tgt-map {
    position: relative;
    z-index: 1;
}
#allmap {
	height: 600px;
}
.tgt-first-section {
	margin-top: 100vh;
}
.tgt-video-banner-section {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120vh;
	z-index: 1;
}
.tgt-video-bg {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: rgba(43,43,43,0.3);
}
.tgt-video-banner-section .tgt-slider-highligt-heading {
	position: relative;
	padding-left: 100px;
	color: #fff;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	z-index: 1;
}
.tgt-video-banner-section .tgt-slider-highligt-heading:before {
	position: absolute;
	content: "";
	width: 70px;
	height: 3px;
	left: 0;
	top: 50%;
	background: #f65014;
	margin-top: -1px;
}
.tgt-video-banner-section .tgt-slider-heading {
	font-size:54px;
	text-transform:capitalize;
}
.tgt-video-banner-section .tgt-slider-details {
	display: block;
	color:#ececec;
	font-size: 18px;
	margin-bottom:50px;
}

.tgt-product-details li {
	position: relative;
	padding: 20px 0px;
	color: #4b5463;
    font-weight: 500;
    border-bottom: 1px dashed #ececec;
}

.tgt-product-details li i {
	padding-right: 10px;
	color: #f65014;
}